|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.ueberdosis.mp3info.Configuration
Contains various switches and values that can be changed by developers.
Field Summary | |
static int |
buttonHeight
Height of a JButton ("OK") in the GUI-elements |
static int |
buttonWidth
Width of a JButton ("OK") in the GUI-elements |
static java.lang.String |
defaultLanguage
The default language for descriptions in Frames. |
static boolean |
keepAllFrames
Switches the behaviour of the ID3V2Writer. |
static int |
labelHeight
Height of a JLabel in the GUI-elements |
static int |
labelWidth
Width of a JLabel in the GUI-elements |
static int |
textAreaHeight
Height of a JTextArea in the GUI-elements |
static int |
textAreaWidth
Width of a JTextArea in the GUI-elements |
static int |
textHeight
Height of a JTextField in the GUI-elements |
static int |
textWidth
Width of a JTextField in the GUI-elements |
Constructor Summary | |
Configuration()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int labelWidth
public static int labelHeight
public static int textWidth
public static int textHeight
public static int buttonWidth
public static int buttonHeight
public static int textAreaWidth
public static int textAreaHeight
public static boolean keepAllFrames
public static java.lang.String defaultLanguage
Constructor Detail |
public Configuration()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |